home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Object Oriented Applicat…isualAge for C++ for OS/2
/
Object-Oriented Application Development with VisualAGE for C++ for OS2.iso
/
read.ctw
< prev
next >
Wrap
Text File
|
1996-02-19
|
2KB
|
48 lines
------------------------------------------------------------------------
Read me for CSD Level 1 of WorkFrame/2 V3.0
===========================================
Install instructions:
=====================
If WorkFrame has been used on your machine, you must reboot your machine
before installing this CSD. After installing this CSD, you must also
reboot your machine for the changes in this CSD to take effect.
Once you have rebooted after the CSD has been installed, you must make
the following change:
MakeMake has been changed in this CSD so that it will now generate a
make file which will cause all intermediate and target files
generated by the make (like object files, for example) to be
placed in the project's working directory. Before this CSD,
all intermediate and target files were (wrongly) being output
into the source directory. In spite of this change, however,
there is still a problem with the Resource Compiler action.
The default options for the Resource Compiler action puts the target
.RES file in the same directory as the source .RC file, regardless of
the working directory set for the project. If the working directory
is not the same as the source directory containing the .RC file, then
the make file generated by MakeMake will fail as it looks for the .RES
file in the working directory.
To fix this problem, you will need to change the options
for the Resource Compiler action. Change the Resource Compiler
options in the default VACPP project (in \IBMCPP\MAINPRJ) so
that it will apply to all your projects that inherit from it.
The default Resource Compiler options are currently set to
"%q%n.RES". You need to changed this to ".\%n.RES" so that the
correct make file will be generated by MakeMake. Follow these
steps to accomplish this:
1) Through the Drives folders, find your VACPP project in
the \MAINPRJ\VACPP subdirectory. Open the project.
2) Go to the Tools Setup window of the default project.
2) Expand the Compile action.
3) Right mouse click on the Resource Compiler icon.
and select the "File Options->Change" menu selection
5) In the Parameters field, change "%q" to ".\"